.content{
  width: 100%;
  max-width: 1400px;
}

.top_line{
  border-top:5px solid #14315d;
}

.head{
  height: 145px;
  vertical-align: middle;
}

.head_logo{
  display:block;
  margin-top:36px;
}
.head_logo img{
  height: 72px;
}


.head-uk-navbar {
  margin-top: 50px;
  background: #fff;
  color: #444;
  border: 0px solid rgba(0,0,0,.06);
  border-radius: 4px;
}

.head-uk-navbar-nav>li > a {
  font-size: 18px;
  color: #444444;
  padding: 0 26px;
  margin-top:0;
  border:none;

  background-image : linear-gradient(#003e8b,#003e8b);
  background-position : center bottom;
  background-size : 0 0px;
  background-repeat : no-repeat;
  transition-duration: .3s;
  -moz-transition-duration: .3s; /* Firefox 4 */
  -webkit-transition-duration: .3s; /* Safari 和 Chrome */
  -o-transition-duration: .3s;
}

.head-uk-navbar-nav>li.uk-active>a {
  background-color: #fff;
  color: #003e8b;
  border:none;
}

.head-uk-navbar-nav>li.uk-open>a, .head-uk-navbar-nav>li:hover>a, .head-uk-navbar-nav>li>a:focus, .head-uk-navbar-nav>li>a:active{
  background-color: #fff;
  color: #003e8b;
  position: relative;
  z-index: 1;
  border:none;
  background-size : 10% 2px;
}

.banner{
  display: inline-block;
  margin-top: 190px;
  width: auto;
  height: 140px;
  padding: 40px 50px;
}
.banner-title{
  color: #fff;
  font-size: 48px;
  line-height: 80px;
  letter-spacing:3px;

}
.banner-sub{
  color: #fff;
  font-size: 36px;
  line-height: 50px;
  letter-spacing:3px;
}
.banner-sub > img{
  width: 61px;
  height: 59px;
  display: inline-block;

}
.over-hide{
  overflow: hidden;
  width: 100%;
  max-height:718px;
}

/*.over-hide > ul > li > img{
height:718px;
width: auto;

}*/

.uk-dotnav{
  z-index: 9;
}
.banner-menu{
  position:absolute;
  top: 0;
  width: 100%;
  z-index:auto;
}

.banner-uk-nav{
  display: block;
  float: right;
  width: 248px;
  height: 500px;
}
.banner-uk-nav>li{
  font-size:30px;
  color:white;
  line-height: 200%;
  background: rgba(0,0,0,.5);
  margin-bottom: 1px;
  text-align: left;
  padding-left:50px;
}
.banner-uk-nav>li>a{
  font-size: 24px;
  color:white;
}
.banner-uk-nav>li:first-child{
  padding-top: 40px;
  line-height:80px;
}
.banner-uk-nav>li:last-child{
  height:270px;
}


.home-search{
  background: #f7f8f9;
  height: 64px;
  padding-top: 20px;
}

.home-search-kk{
  height:38px;
  width: 500px;
  border: 1px solid #ccc;
  background-color: white;
  margin: auto;
  padding: 1px;
}

.home-search-field,input:focus{
  font-size: 14px;
  line-height: 38px;
  width: 300px;
  border:none;
  outline:none;
  padding: 0 8px;
}
.home-search-but{
  display: block;
  height: 38px;
  border:none;
  outline:none;
  background-color: #f05e26;
  width: 110px;
  float: right;
  color: white;
  font-size: 16px;
  cursor: pointer;
  line-height: 38px;
}
.home-search-but:hover{
  background-color: #ef4c0e;
  color: white;
}

.pr-search{
  background: #f7f8f9;
  height: 50px;
  padding-top: 18px;
  border-bottom: 1px solid #ddd;
}

.pr-search-kk{
  height:30px;
  width: 400px;
  border: 1px solid #ccc;
  background-color: white;
  padding: 1px;
  text-align: left;
  float: right;
}

.pr-search-field,input:focus{
  font-size: 14px;
  line-height:30px;
  width: 260px;
  border:none;
  outline:none;
  padding: 0 8px;
  text-align: left;
}

.pr-search-but{
  display: block;
  height: 30px;
  border:none;
  outline:none;
  background-color: #f05e26;
  width: 110px;
  float: right;
  color: white;
  font-size: 14px;
  cursor: pointer;
  line-height: 30px;
}
.pr-search-but:hover{
  background-color: #ef4c0e;
  color: white;
}


.hotpr{
  height: 380px;
  margin: 30px 0;
  overflow: hidden;
}
.hotpr>li{
  width: 250px;
  height: 350px;
  padding: 3px;
  overflow: hidden;
  border:1px solid #ccc;
  float: left;
  margin:10px 12px;
  text-align: center;

  transition-duration: .3s;
  -moz-transition-duration: .3s; /* Firefox 4 */
  -webkit-transition-duration: .3s; /* Safari 和 Chrome */
  -o-transition-duration: .3s;
}

.hotpr>li:hover{
  -webkit-box-shadow:0px 3px 3px #c8c8c8;
  -moz-box-shadow:0px 3px 3px #c8c8c8;
  box-shadow:0px 3px 3px #c8c8c8;
  margin-top: 3px;

}


.hotpr>li>a>img{
  width:100%;
  height: 255px;
}
.hotpr>li > a.title:link,.hotpr>li > a.title:visited{
  line-height: 40px;
  width: 100%;
  font-size: 16px;
  color: #666;
  text-align: center;
  display: block;
}

.hotpr>li > a.but{
  position:relative;
  display: block;
  float: right;
  bottom: -21px;
  right: -2px;
}

.hotpr>li > a.but>img{
  width: 46px;
  height: 28px;
}

.home-hz{
  margin: 30px 0;
  width: 100%;
  height: 453px;
  background-image: url(/www/img/hz-bg.png);
}
.home-hz-bg{
  background-color: #fff;
  height: 447px;
  margin: 3px 0;
}

.home-hz-content{
  width: 680px;
  padding-top: 50px;
}

.hz-lg-title{
  padding-top: 110px;
  padding-left:90px;
  line-height: 70px;
  font-size: 30px;
  color: white;
}
.hz-sm-title{
  padding-left:90px;
  font-size: 24px;
  color: white;
}

.home-hz-content .logo{
  width: 680px;
}

.hz-logo{
  width: 110px;
  height: 83px;
  float: left;
  margin: 18px 24px 10px 0;
  cursor: pointer;

  transition-duration: .3s;
  -moz-transition-duration: .3s; /* Firefox 4 */
  -webkit-transition-duration: .3s; /* Safari 和 Chrome */
  -o-transition-duration: .3s;
}
.hz-logo img{
  width: 110px;
  height: 83px;
}

.hz-logo:hover{
  -webkit-box-shadow:0px 3px 3px #c8c8c8;
  -moz-box-shadow:0px 3px 3px #c8c8c8;
  box-shadow:0px 3px 3px #c8c8c8;
  /*margin-top: 2px;*/
}


.home-about-bg{
  width: 669px;
  height: 400px;
  background-image: url(/www/img/home-about-bg.jpg);
}

.home-about-title{
  font-size: 24px;
  color: #1466b9;
  padding: 30px;

}
.home-about-content{
  padding: 0 30px;
  font-size: 14px;
  color: #333;
  line-height: 170%;
}

.contact-kk{
  border: 1px solid #ccc;
}
.uk-thumbnail-padding {
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 10px 8px 0;
  padding: 0px;
  border: 1px solid #fff;
  background: #b7b7b7;
  border-radius: 0px;
  color: white;
  font-size: 14px;
  width: 340px;
}
.uk-thumbnail-padding img {
  width: 340px;
}
.uk-thumbnail-padding .uk-thumbnail-caption{
  color: white;
  font-size: 14px;
}
.contact-info{
  line-height: 180%;
  font-size: 14px;
  color: #666;
}

.foot{
  background-color: #55a4da;
  height: 48px;
  color: white;
  font-size: 14px;
  line-height: 48px;
  margin-top: 40px;
}
.foot-content{
  background-color: #f0f0f0;
  height: 240px;
}

.foot a{
  color: white;
  padding-left: 20px;
}
.foot-nav {
  padding: 0;
  margin: 20px 0
}
.foot-nav > li{
  list-style: none;
  line-height: 30px;
  height: 30px;

}
.foot-nav > li:first-child{
  font-size: 18px;
  color: #333;
  margin-bottom: 12px;

}


.foot-nav > li> a{
  color: #666;
}

.uk-thumbnail-foot{
  color:#f0f0f0;
  width: 90px;
  margin-top: 30px;
  border: none;
  background-color: #f0f0f0;

}
.uk-thumbnail-foot img{
  border: 6px solid #fff;

}

.uk-thumbnail-foot .uk-thumbnail-caption{
  background-color: #f0f0f0;
}


.foot-wauto{
  margin-right: 40px;
}


.banner-ty{
  display: block;
}


.pr-type{
  display: block;
  border: 1px solid #eee;

}
.prtype{
  height: 60px;

}

.pr-type li{
  border-bottom: 1px solid #eee;
  padding: 12px 2px;
  border-left: 3px solid #fff;
  transition: all .3s;
}
.pr-type li a{
  font-size: 16px;
  color: #666;
}
.pr-type li:hover,.pr-type li a:hover{
  background-color: #fafafa;
  color: #333;
}
.pr-type li:hover{
  border-left: 3px solid #0381d8;
}

.pr-type li.uk-active,.pr-type li.uk-active a{
  color: white;
  background-color: #00a0ea;
}
.pr-type li.uk-active{
  color: white;
  background-color: #00a0ea;
  border-left: 3px solid #0381d8;
}

.pr-thumbnail{
  margin-bottom: 34px;
}
.pr-thumbnail .uk-thumbnail{
  width: 200px;
  margin-right:18px;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
  border: 1px solid #eee;
  transition: all .35s;
}

.pr-thumbnail .uk-thumbnail:hover{
  border: 1px solid #ddd;
  box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
}

.pr-thumbnail .uk-thumbnail img{
  width:auto;
  height: 120px;
}
.pr-thumbnail .uk-thumbnail .uk-thumbnail-caption{
  height: 46px;
  overflow: hidden;
  color: #999;
  transition: all .35s;
}

.pr-thumbnail .uk-thumbnail:hover .uk-thumbnail-caption{
  color: #333;
}


h2{border-bottom:3px solid #f0f0f0; width: 100%; height: 40px;margin-top: 3px;margin-bottom: 30px;}
h2 strong{ font-weight:500;float:left; height: 40px; padding:0 0px; font-size: 24px; overflow: hidden; color:#f08200; border-bottom: 3px solid #f08200;}
h2 small{
  float: right;
  font-size: 14px;
}
h2 strong a{color:#003e8b}

li.prtype{
  height:50px;
  background-color: #eee;
  transition:none;
  border: none;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #14315d;
  padding-top: 30px;
  letter-spacing:3px;
  /*border-bottom: 2px solid #333;*/
  /*margin-bottom: 20px;*/

}
li.prtype:hover{
  background-color: #fff;
  border: none;
  /*border-bottom: 2px solid #333;*/
}
li.prtype small{
  display: block;
  font-size: 14px;
  line-height: 36px;
  font-weight: normal;
  color: #666;
  letter-spacing:0;
}

h3{
  font-size: 30px;
  line-height:60px;
  border-bottom:1px solid #f0f0f0;
  width: 100%;
  height:60px;
  margin-bottom: 30px;
}

h3 small{
  float: right;
  font-size: 14px;
}

h4{
  font-size: 24px;
  line-height:60px;
  border-bottom:1px solid #f0f0f0;
  width: 100%;
  height:60px;
  margin-bottom: 30px;
}
.detail{
  line-height: 170%;
  font-size: 14px;
  color: #666;
}

.detail h1,.detail h2{
  line-height: 170%;
  font-size: 18px;
}

.uk-comment-avatar{
  width:50px;
  max-width: 50px;
  height: auto;
  max-height: 50px;
  text-align: center;
  background-color: white;
}

.uk-comment-title{
  text-align: left;

}

.uk-breadcrumb{
  padding-top: 4px;
}
.about-h{
  border-bottom: 1px solid #eee;
}
.about-title{
  display: inline-block;
  line-height: 60px;
  color: white;
  background-color: #666;
  padding-left:72px;
  padding-right: 36px;
  text-align: left;
  font-size: 18px;
  background-image: url(/www/img/icon-title.png);
  background-repeat: no-repeat;
  background-position: 36px;
}

.about-zw{
  line-height: 175%;
  font-size: 14px;
  color: #333;
  max-width: 1100px;

}
.about-line{
  padding-top: 20px;
}
.about-line a{
  display: inline-block;
  color: #666;
  padding-left: 10px;
}
.about-line a:hover{
  color: #000;
}

.about-line a.active{
  color: #000;
}

.about-line a.active:after {
    position: absolute;
    margin-left: -39px;
    margin-top: 30px;
    background: url(/www/img/navpart-arrow2.png) no-repeat;
    width: 27px;
    height: 16px;
    content: '';
}

.about-4{
  display: block;
  width: 100%;
  margin-top: 30px;

}
.about-4 .item{
  display:inline-block;
  width: 49%;
  border-bottom:1px solid #f0f0f0;
  padding-bottom: 40px;
  margin-bottom: 20px;

}
.about-4 .item .icon{
  display: inline-block;
  font-size: 48px;
  color: #f08200;
  width: 80px;

}
.about-4 .item .text{
  display: inline-block;
  font-size: 14px;
  color: #666;

}
.about-4 .item .text h3{
  font-size: 24px;
  color: #f08200;
  border:none;
  height: 30px;
  line-height: 30px;
  margin:0;

}

.about-4 .item:nth-child(Odd){
  margin-right: 1.5%;

}


.photo-thumbnail{
  margin-bottom: 34px;
}
.photo-thumbnail .uk-thumbnail{
  width: 200px;
  margin-right:18px;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
  border: 1px solid #eee;
  transition: all .35s;
}

.partner .uk-thumbnail:nth-child(5n+0){
  margin-right:0;
}

.photo-thumbnail .uk-thumbnail:hover{
  border: 1px solid #ddd;
  box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
}

.photo-thumbnail .uk-thumbnail img{
  width:auto;
  height: 120px;
}
.photo-thumbnail .uk-thumbnail .uk-thumbnail-caption{
  height: 46px;
  overflow: hidden;
  color: #999;
  transition: all .35s;
}
.photo-thumbnail .uk-thumbnail:hover .uk-thumbnail-caption{
  color: #333;
}



/*

news

-----------------------------------------------------------------*/
#news{ width:100%; max-width:1100px; margin:0 auto; padding-top:40px;
clear: both;}
#news>.list{ margin:0px auto; padding:10px 0;}
#news>.list>a{ display:block; margin-bottom:40px; transition:all .35s;}
#news>.list>a:last-of-type{ margin-bottom:0!important;}
#news>.list .img{ position:relative; width:36%; text-align:left;overflow:hidden;min-height:100px;}
#news>.list .img:after{position:absolute; z-index:2; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0); content:''; transition:all .35s;}
#news>.list .img:before{position:absolute; z-index:4; left:24.8%; top:24.8%; width:50%; height:50%; opacity:0; border:1px solid rgba(255,255,255,.2); content:''; transition:all .35s;}
#news>.list .img>img{ width:100%; height:auto; transition:all .35s;}
#news>.list .img>.time{ position:absolute; z-index:9; right:0; bottom:0; color:#fff; text-align:center; font-size:12px; background:#a92614; width:70px; height:50px; transition:all .35s;}
#news>.list .img>.time .h3t{ display:block; padding-top:6px; font-size:18px;}
#news>.list .container{ width:54%; text-align:left; padding:0 5%;}
#news>.list .container .name{ padding:20px 0 12px 0; font-size:18px; color:#333; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; transition:all .35s;}
#news>.list .container .text{ font-size:14px; color:#999; line-height:24px;}
#news>.list>a:hover .img:after{ background:rgba(0,0,0,.5);}
#news>.list>a:hover .img:before{ left:4.8%; top:4.8%; width:90%; height:90%; opacity:1;}
#news>.list>a:hover .img>img{transform:scale(1.1);}
#news>.list>a:hover .name{ color:#a92614;}
#news>.list>a:hover{ background:#f7f7f7;}
#news>.view{ margin:0 auto;}
#news>.view>.title{ text-align:center;font-size:25px; color:#333; padding:0 50px;}
#news>.view>.time{ border-bottom:1px solid #eee; font-size:12px; color:#999; text-align:center; padding:15px 0;}
#news>.view>.content{ padding:50px 0; text-align:left; font-size:14px; line-height:24px; color:#666; margin:0 auto;}
#news>.view>.pageurl{ margin:0 auto; padding:50px 0 100px 0; border-top:1px solid #eee;}
#news>.view>.pageurl>.url{ width:90%; text-align:left;}
#news>.view>.pageurl>.url a{ display:block; padding:3px 0; font-size:14px; color:#999; transition:all .35s;}
#news>.view>.pageurl>.url a:hover>span{ color:#a92614; text-decoration:underline;}
#news>.view>.pageurl>.back{ width:10%; padding:5px 0; text-align:center;}
#news>.view>.pageurl>.back>a{ display:block; background:#a92614; border:1px solid #a92614; border-radius:30px; color:#fff; padding:8px 20px; transition:all .35s;}
#news>.view>.pageurl>.back>a:hover{ color:#a92614; background:none;}

.fl-left {
    float: left;
}
.fl-right {
    float: right;
}
#clear, .clear {
    clear: both;
    float: none!important;
    background: none;
    width: 0 !important;
    height: 0 !important;
}
/* end*/


/*

factory

-----------------------------------------------------------------*/
#factory{ width:100%; max-width:1100px; margin:0 auto; padding-top:40px;}
#factory>.list{ margin:0px auto; padding:10px 0;}
#factory>.list a{position:relative; display:block; float:left; width:31%; margin-right:3.5%; margin-bottom:3.5%; overflow:hidden;}
#factory>.list a:nth-child(3n){margin-right:0!important;}
#factory>.list a>img{ width:100%; height:auto;}
#factory>.list a>.name{position:absolute; z-index:9; left:0; bottom:0; width:100%; height:40px; line-height:40px; color:#333; background:rgba(255,255,255,.8); transition:all .35s;}
#factory>.list a:hover .name{ height:60%; padding-top:40%; background:rgba(0,0,0,.6); color:#fff; font-size:16px;}
/* end*/


/*contact TOP*/

#contact{ position:relative; margin:0 auto; padding:20px 0; }
#contact>.contactus{width:100%;max-width:1360px;margin:0 auto 40px auto; padding:30px 0; border:1px solid #eee;border-radius:3px;}
#contact>.contactus .tit{ font-size:14px; color:#444;}
#contact>.contactus .tel{ padding-bottom:10px; font-size:24px; color:#d0021c;}
#contact>.contactus .tips{ font-size:12px; color:#ccc;}
#contact>.contactus .con{ font-size:16px; color:#666;}
#contact>.contactus>.hotline{ width:33%; text-align:center;}
#contact>.contactus>.hotline>.icon{ text-align:center;}
#contact>.contactus>.hotline>.icon>img{width:128px;height:auto;}
#contact>.contactus>.contact{ width:33%; padding:20px 2%; text-align:left; border-left:1px solid #eee; border-right:1px solid #eee;}
#contact>.contactus>.contact>.con>p{ position:relative; display:block;padding:8px 0 8px 38px;}
#contact>.contactus>.contact>.con>p img{ position:absolute;z-index:1; left:0;top:6px; height:28px; width:auto;}
#contact>.contactus>.voice{ width:25%; padding-top:20px;}
#contact>.contactus>.voice>.tit{ width:40%;text-align:center;}
#contact>.contactus>.voice>.con{ width:60%; color:#e7808d; text-align:left; font-size:14px;}
#contact>.contactus>.voice>.con>p{padding:5px 0;}

.contact-map{
  padding: 3px;
  border: 1px solid #ddd;
}
